body,
html {
    margin: 0;
    padding: 0;
    background-image: url('../img/fotoInicio.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: overlay;
    opacity: 1;
    transition: opacity 0.01s ease-in-out;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


body.loaded {
    opacity: 1;
}

.fade-out {
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
}


.wrapper {
    top: 0;
    left: 0;
    height: 80vh;
    width: auto;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
    background-size: cover;
    margin: 2% auto;
    max-width: 80%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.grid-container {
    display: grid;
    grid-template-rows: auto auto;
    gap: 5px;
}

.container {
    background-image: url("../img/fondo2.png");
    background-size: cover;
    flex: 1;
    margin: 2px auto;
    max-width: 80%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}


.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;

}

.container-sobremi {
    padding: 20px;
    text-align: start;
}


.grid-item {

    border: #333;
}


.grid-item a {
    text-decoration: none;
    color: #594430;
    font-family: 'DosisRegular';
    font-size: 10;
}

.grid-item a:hover {
    color: #d8c9a3;
}

.box {
    width: 80%;
    margin: auto;
    flex: 1;
}

.contact-container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    margin: 10px auto;
    padding: 10px auto;
}


.item3 {
    grid-column: 1 / span 2;
}

footer {
    background-color: #333;
    text-align: center;
}

footer p {
    color: white;
}

.grid-container-section {
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.price-grid {
    /* background-color: whitesmoke; */
    background-color: rgb(216, 201, 163, 0.5);
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border: 1px solid #ddd;


}

.price-item {
    display: flex;
    justify-content: space-between;
    /* border-radius: 8px; */
    /* border: 1px solid #ddd; */
    font-size: x-large;
    /* background-color: #f9f9f9; */
    color: #594430;
    font-family: 'DosisRegular';

}

.price {

    font-size: x-large;
    color: #594430;
    font-family: 'DosisRegular';
}

.grid-container-section a {
    text-decoration: none;
    /* font-size: x-large;
    font-family: 'DosisRegular'; */
}

.price-grid:hover {
    background-color: #d8c9a3;

}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Variable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Satisfy';
    src: url('../fonts/Satisfy-Regular.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'DosisRegular';
    src: url('../fonts/Dosis-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;

}

@font-face {
    font-family: 'InterItalic';
    src: url('../fonts/Inter-Italic-Variable.ttf') format('truetype');
    font-style: normal;
    font-weight: 50;

}

@font-face {
    font-family: 'AncizarSerif';
    src: url('../fonts/AncizarSerif.ttf') format('truetype');
    font-style: normal;
    font-weight: 20;

}

@font-face {
    font-family: 'AncizarSerifItalic';
    src: url('../fonts/AncizarSerifItalic.ttf') format('truetype');
    font-style: normal;
    font-weight: 50;
}

h1 {
    font-family: 'DosisRegular';
    font-style: italic;
    font-size: xx-large;
    letter-spacing: 3px;
    color: #ffffff;
}

h2 {
    font-family: 'AncizarSerifItalic';
    font-size: x-large;

    color: #666;
    /* padding-bottom: 1%; */
    text-align: center;
}

h3 {
    font-family: 'DosisRegular';
    color: #666;

    /* margin: 2%; */
    text-align: center;
    font-size: large;
}

p {
    font-family: 'DosisRegular';
    color: #666;
    font-size: large;
    letter-spacing: 1px;
}

.center {
    text-align: center;
    font-size: large;
}

span {
    font-family: 'DosisRegular';
    color: #ffffff;
    font-size: x-large;
    letter-spacing: 1px;
    line-height: 30px;
}

ul {
    list-style: none;
}



.tooltip li {
    background-image: url('../img/icono.png');
    /* Para que la imagen se ajuste dentro del espacio */
    background-repeat: no-repeat;
    /* Ruta correcta de la imagen */
    background-position: left center;
    /* Alinea el icono a la izquierda */
    background-size: 30px 30px;
    /* Ajusta el tamaño del icono */
    padding-left: 50px;
    /* Agrega espacio para que el texto no se sobreponga */
    line-height: 70px;
    /* Ajusta la altura de la línea para centrar el texto */
    list-style: none;
    line-height: 30px;
    font-family: 'DosisRegular';
    color: #666;
    font-size: medium;
}


#imgsobremi {
    width: 30%;
    height: 30%;
    /* padding: 10px; */
    border-radius: 5%;

}


#logo {
    width: 10%;
    height: 10%;
    /* padding: 10px;
    margin: 10px;
    border-radius: 20%; */
}

#icono {
    width: 30px;
    height: 30px;
}

#imgaboutme {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#img-contenedor {
    width: 150px;
    height: 170px;
    align-self: center;
    border-radius: 10px 10px 3px 3px;
    object-fit: cover;
    /* filter: sepia(150%); */
}

/* header */
header {
    background-color: rgb(216, 201, 163, 0.5);
    padding: 5px 0px 20px 50px;
}

.colHeaderIcon {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 2;
}

.colIcons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.colIcons p {
    font-size: 20px;
    color: white;
}

.colIcons a {
    text-decoration: none;
}

.colIcons p:hover {
    color: #594430;
}

.colIcons i {
    font-size: 24px;
    color: #ffffff;
}

.colIcons a i:hover {
    color: #594430;
}

.titleHeader {
    font-size: xx-large;
    font-family: 'Satisfy';
    text-align: center;
    flex: 1;
    color: #594430;
}

nav {
    display: block;
    justify-content: space-around;
    background: #d8c9a3;
    padding: 10px;
    text-align: center;
    position: relative;

}



nav a {
    font-family: 'DosisRegular';
    color: white;
    margin: 0 70px;
    text-decoration: solid;
    transition: color 0.3s ease;
    position: relative;
    letter-spacing: 1px;
}

nav a:hover {
    color: #594430;
}

.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background: #d8c9a3;
    opacity: 0.9;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
    border-radius: 10px;
}

.dropdown-content a {
    color: white;
    margin: 10px;
    padding: 0px 20px 0px 20px;
    display: block;
    text-decoration: none;
    font-size: large;
}

.dropdown:hover .dropdown-content {
    display: block;
}

nav .dropdown>b>a.active {
    color: #594430;
    font-weight: bold;

}


/* Ocultar menú hamburguesa en pantallas grandes */
.menu-icon {
    font-size: 30px;
    color: white;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 3;
}